home *** CD-ROM | disk | FTP | other *** search
Wrap
XXXXmmmmCCCCoooommmmmmmmaaaannnndddd((((3333XXXX)))) UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV XXXXmmmmCCCCoooommmmmmmmaaaannnndddd((((3333XXXX)))) NNNNAAAAMMMMEEEE XXXXmmmmCCCCoooommmmmmmmaaaannnndddd - The Command widget class SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS #include <Xm/Command.h> VVVVEEEERRRRSSSSIIIIOOOONNNN This page documents Motif 2.1. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN Command is a special-purpose composite widget for command entry that provides a built-in command-history mechanism. Command includes a command-line text-input field, a command-line prompt, and a command-history list region. One additional WWWWoooorrrrkkkkAAAArrrreeeeaaaa child may be added to the Command after creation. Whenever a command is entered, it is automatically added to the end of the command-history list and made visible. This does not change the selected item in the list, if there is one. Many of the new resources specified for Command are actually SelectionBox resources that have been renamed for clarity and ease of use. DDDDeeeesssscccceeeennnnddddaaaannnnttttssss Command automatically creates the descendants shown in the following table. An application can use XXXXttttNNNNaaaammmmeeeeTTTTooooWWWWiiiiddddggggeeeetttt to gain access to the named descendant. In addition, a user or an application can use the named descendant when specifying resource values. NNNNaaaammmmeeeedddd DDDDeeeesssscccceeeennnnddddaaaannnntttt CCCCllllaaaassssssss IIIIddddeeeennnnttttiiiittttyyyy ______________________________________________________________________________________________________________________________________ IIIItttteeeemmmmssssLLLLiiiisssstttt XXXXmmmmLLLLiiiisssstttt command-history list region IIIItttteeeemmmmssssLLLLiiiissssttttSSSSWWWW XXXXmmmmSSSSccccrrrroooolllllllleeeeddddWWWWiiiinnnnddddoooowwww the ScrolledWindow parent of IIIItttteeeemmmmssssLLLLiiiisssstttt SSSSeeeelllleeeeccccttttiiiioooonnnn XXXXmmmmLLLLaaaabbbbeeeellllGGGGaaaaddddggggeeeetttt command-line prompt TTTTeeeexxxxtttt XXXXmmmmTTTTeeeexxxxttttFFFFiiiieeeelllldddd command-line text-input field CCCCllllaaaasssssssseeeessss Command inherits behavior, resources, and traits from CCCCoooorrrreeee, CCCCoooommmmppppoooossssiiiitttteeee, CCCCoooonnnnssssttttrrrraaaaiiiinnnntttt, XXXXmmmmMMMMaaaannnnaaaaggggeeeerrrr, XXXXmmmmBBBBuuuulllllllleeeettttiiiinnnnBBBBooooaaaarrrrdddd, and XXXXmmmmSSSSeeeelllleeeeccccttttiiiioooonnnnBBBBooooxxxx. The class pointer is _x_m_C_o_m_m_a_n_d_W_i_d_g_e_t_C_l_a_s_s. The class name is XXXXmmmmCCCCoooommmmmmmmaaaannnndddd. NNNNeeeewwww RRRReeeessssoooouuuurrrrcccceeeessss The following table defines a set of widget resources used Page 1 (printed 10/3/02) XXXXmmmmCCCCoooommmmmmmmaaaannnndddd((((3333XXXX)))) UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV XXXXmmmmCCCCoooommmmmmmmaaaannnndddd((((3333XXXX)))) by the programmer to specify data. The programmer can also set the resource values for the inherited classes to set attributes for this widget. To reference a resource by name or by class in a ....XXXXddddeeeeffffaaaauuuullllttttssss file, remove the XXXXmmmmNNNN or XXXXmmmmCCCC prefix and use the remaining letters. To specify one of the defined values for a resource in a ....XXXXddddeeeeffffaaaauuuullllttttssss file, remove the XXXXmmmm prefix and use the remaining letters (in either lowercase or uppercase, but include any underscores between words). The codes in the access column indicate if the given resource can be set at creation time (C), set by using XXXXttttSSSSeeeettttVVVVaaaalllluuuueeeessss (S), retrieved by using XXXXttttGGGGeeeettttVVVVaaaalllluuuueeeessss (G), or is not applicable (N/A). XXXXmmmmCCCCoooommmmmmmmaaaannnndddd RRRReeeessssoooouuuurrrrcccceeee SSSSeeeetttt NNNNaaaammmmeeee CCCCllllaaaassssssss TTTTyyyyppppeeee DDDDeeeeffffaaaauuuulllltttt AAAAcccccccceeeessssssss XmNcommand XmCTextString XmString "" CSG XmNcommandChangedCallback XmCCallback XtCallbackList NULL C XmNcommandEnteredCallback XmCCallback XtCallbackList NULL C XmNhistoryItems XmCItems XmStringTable NULL CSG XmNhistoryItemCount XmCItemCount int 0 CSG XmNhistoryMaxItems XmCMaxItems int 100 CSG XmNhistoryVisibleItemCount XmCVisibleItemCount int dynamic CSG XmNpromptString XmCPromptString XmString dynamic CSG XXXXmmmmNNNNccccoooommmmmmmmaaaannnndddd Contains the current command-line text. This is the XXXXmmmmNNNNtttteeeexxxxttttSSSSttttrrrriiiinnnnggggresource in SelectionBox, renamed for Command. This resource can also be modified with XXXXmmmmCCCCoooommmmmmmmaaaannnnddddSSSSeeeettttVVVVaaaalllluuuueeee and XXXXmmmmCCCCoooommmmmmmmaaaannnnddddAAAAppppppppeeeennnnddddVVVVaaaalllluuuueeee functions. The command area is a Text widget. XXXXmmmmNNNNccccoooommmmmmmmaaaannnnddddCCCChhhhaaaannnnggggeeeeddddCCCCaaaallllllllbbbbaaaacccckkkk Specifies the list of callbacks that is called after each time the value of the command changes. The callback reason is XXXXmmmmCCCCRRRR____CCCCOOOOMMMMMMMMAAAANNNNDDDD____CCCCHHHHAAAANNNNGGGGEEEEDDDD. This is equivalent to the XXXXmmmmNNNNvvvvaaaalllluuuueeeeCCCChhhhaaaannnnggggeeeeddddCCCCaaaallllllllbbbbaaaacccckkkk of the Text widget, except that a pointer to an _X_m_C_o_m_m_a_n_d_C_a_l_l_b_a_c_k_S_t_r_u_c_t_u_r_e is passed, and the structure's _v_a_l_u_e member contains the XXXXmmmmSSSSttttrrrriiiinnnngggg. XXXXmmmmNNNNccccoooommmmmmmmaaaannnnddddEEEEnnnntttteeeerrrreeeeddddCCCCaaaallllllllbbbbaaaacccckkkk Specifies the list of callbacks that is called when a command is entered in the Command. The callback reason is XXXXmmmmCCCCRRRR____CCCCOOOOMMMMMMMMAAAANNNNDDDD____EEEENNNNTTTTEEEERRRREEEEDDDD. A pointer to an _X_m_C_o_m_m_a_n_d_C_a_l_l_b_a_c_k structure is passed. XXXXmmmmNNNNhhhhiiiissssttttoooorrrryyyyIIIItttteeeemmmmssss Lists XXXXmmmmSSSSttttrrrriiiinnnngggg items that make up the contents of the history list. This is the XXXXmmmmNNNNlllliiiissssttttIIIItttteeeemmmmssss resource in SelectionBox, renamed for Command. XXXXttttGGGGeeeettttVVVVaaaalllluuuueeeessss for this resource returns the list items themselves, not a copy of the list items. Page 2 (printed 10/3/02) XXXXmmmmCCCCoooommmmmmmmaaaannnndddd((((3333XXXX)))) UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV XXXXmmmmCCCCoooommmmmmmmaaaannnndddd((((3333XXXX)))) The application must not free the returned items. XXXXmmmmNNNNhhhhiiiissssttttoooorrrryyyyIIIItttteeeemmmmCCCCoooouuuunnnntttt Specifies the number of _X_m_S_t_r_i_n_g_s in XXXXmmmmNNNNhhhhiiiissssttttoooorrrryyyyIIIItttteeeemmmmssss. This is the XXXXmmmmNNNNlllliiiissssttttIIIItttteeeemmmmCCCCoooouuuunnnntttt resource in SelectionBox, renamed for Command. The value must not be negative. XXXXmmmmNNNNhhhhiiiissssttttoooorrrryyyyMMMMaaaaxxxxIIIItttteeeemmmmssss Specifies the maximum number of items allowed in the history list. Once this number is reached, an existing list item must be removed before a new item can be added to the list. For each command entered, the first list item is removed from the list, so the new command can be added to the list. The value must be greater than 0 (zero). XXXXmmmmNNNNhhhhiiiissssttttoooorrrryyyyVVVViiiissssiiiibbbblllleeeeIIIItttteeeemmmmCCCCoooouuuunnnntttt Specifies the number of items in the history list that should be visible at one time. In effect, it sets the height (in lines) of the history list window. This is the XXXXmmmmNNNNlllliiiissssttttVVVViiiissssiiiibbbblllleeeeIIIItttteeeemmmmCCCCoooouuuunnnntttt resource in SelectionBox, renamed for Command. The value must be greater than 0 (zero). The default is dynamic based on the height of the list. XXXXmmmmNNNNpppprrrroooommmmppppttttSSSSttttrrrriiiinnnngggg Specifies a prompt for the command line. This is the XXXXmmmmNNNNsssseeeelllleeeeccccttttiiiioooonnnnLLLLaaaabbbbeeeellllSSSSttttrrrriiiinnnnggggresource in SelectionBox, renamed for Command. The default may vary depending on the value of the XXXXmmmmNNNNllllaaaayyyyoooouuuuttttDDDDiiiirrrreeeeccccttttiiiioooonnnnresource and the locale. In the C locale the default is > (right angle bracket). Now that some default localized label strings are provided through message catalogs for the children of composite widgets, the llllaaaabbbbeeeellllSSSSttttrrrriiiinnnngggg resources cannot be set on the child through default resource files. Instead, the resource provided at the parent level must be used. IIIInnnnhhhheeeerrrriiiitttteeeedddd RRRReeeessssoooouuuurrrrcccceeeessss Command inherits behavior and resources from the superclasses described in the following tables. For a complete description of each resource, refer to the reference page for that superclass. XXXXmmmmSSSSeeeelllleeeeccccttttiiiioooonnnnBBBBooooxxxx RRRReeeessssoooouuuurrrrcccceeee SSSSeeeetttt NNNNaaaammmmeeee CCCCllllaaaassssssss TTTTyyyyppppeeee DDDDeeeeffffaaaauuuulllltttt AAAAcccccccceeeessssssss Page 3 (printed 10/3/02) XXXXmmmmCCCCoooommmmmmmmaaaannnndddd((((3333XXXX)))) UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV XXXXmmmmCCCCoooommmmmmmmaaaannnndddd((((3333XXXX)))) XmNapplyCallback XmCCallback XtCallbackList NULL N/A XmNapplyLabelString XmCApplyLabelString XmString dynamic N/A XmNcancelCallback XmCCallback XtCallbackList NULL N/A XmNcancelLabelString XmCCancelLabelString XmString dynamic N/A XmNchildPlacement XmCChildPlacement unsigned char XmPLACE_ABOVE_SELECTION CSG XmNdialogType XmCDialogType unsigned char XmDIALOG_COMMAND G XmNhelpLabelString XmCHelpLabelString XmString dynamic N/A XmNlistItemCount XmCItemCount int 0 CSG XmNlistItems XmCItems XmStringTable NULL CSG XmNlistLabelString XmCListLabelString XmString NULL N/A XmNlistVisibleItemCount XmCVisibleItemCount int dynamic CSG XmNminimizeButtons XmCMinimizeButtons Boolean False N/A XmNmustMatch XmCMustMatch Boolean False N/A XmNnoMatchCallback XmCCallback XtCallbackList NULL N/A XmNokCallback XmCCallback XtCallbackList NULL N/A XmNokLabelString XmCOkLabelString XmString dynamic N/A XmNselectionLabelString XmCSelectionLabelString XmString dynamic CSG XmNtextAccelerators XmCTextAccelerators XtAccelerators default C XmNtextColumns XmCColumns short dynamic CSG XmNtextString XmCTextString XmString "" CSG XXXXmmmmBBBBuuuulllllllleeeettttiiiinnnnBBBBooooaaaarrrrdddd RRRReeeessssoooouuuurrrrcccceeee SSSSeeeetttt NNNNaaaammmmeeee CCCCllllaaaassssssss TTTTyyyyppppeeee DDDDeeeeffffaaaauuuulllltttt AAAAcccccccceeeessssssss XmNallowOverlap XmCAllowOverlap Boolean True CSG XmNautoUnmanage XmCAutoUnmanage Boolean False N/A XmNbuttonFontList XmCButtonFontList XmFontList dynamic N/A XmNbuttonRenderTable XmCButtonRenderTable XmRenderTable dynamic CSG XmNcancelButton XmCWidget Widget NULL N/A XmNdefaultButton XmCWidget Widget NULL N/A XmNdefaultPosition XmCDefaultPosition Boolean False CSG XmNdialogStyle XmCDialogStyle unsigned char dynamic CSG XmNdialogTitle XmCDialogTitle XmString NULL CSG XmNfocusCallback XmCCallback XtCallbackList NULL C XmNlabelFontList XmCLabelFontList XmFontList dynamic CSG XmNlabelRenderTable XmCLabelRenderTable XmRenderTable dynamic CSG XmNmapCallback XmCCallback XtCallbackList NULL C XmNmarginHeight XmCMarginHeight Dimension 10 CSG XmNmarginWidth XmCMarginWidth Dimension 10 CSG XmNnoResize XmCNoResize Boolean False CSG XmNresizePolicy XmCResizePolicy unsigned char XmRESIZE_NONE CSG XmNshadowType XmCShadowType unsigned char XmSHADOW_OUT CSG XmNtextFontList XmCTextFontList XmFontList dynamic CSG XmNtextRenderTable XmCTextRenderTable XmRenderTable dynamic CSG XmNtextTranslations XmCTranslations XtTranslations NULL C XmNunmapCallback XmCCallback XtCallbackList NULL C XXXXmmmmMMMMaaaannnnaaaaggggeeeerrrr RRRReeeessssoooouuuurrrrcccceeee SSSSeeeetttt NNNNaaaammmmeeee CCCCllllaaaassssssss TTTTyyyyppppeeee DDDDeeeeffffaaaauuuulllltttt AAAAcccccccceeeessssssss XmNbottomShadowColor XmCBottomShadowColor Pixel dynamic CSG XmNbottomShadowPixmap XmCBottomShadowPixmap Pixmap XmUNSPECIFIED_PIXMAP CSG Page 4 (printed 10/3/02) XXXXmmmmCCCCoooommmmmmmmaaaannnndddd((((3333XXXX)))) UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV XXXXmmmmCCCCoooommmmmmmmaaaannnndddd((((3333XXXX)))) XmNforeground XmCForeground Pixel dynamic CSG XmNhelpCallback XmCCallback XtCallbackList NULL C XmNhighlightColor XmCHighlightColor Pixel dynamic CSG XmNhighlightPixmap XmCHighlightPixmap Pixmap dynamic CSG XmNinitialFocus XmCInitialFocus Widget dynamic CSG XmNlayoutDirection XmCLayoutDirection XmDirection dynamic CG XmNnavigationType XmCNavigationType XmNavigationType XmTAB_GROUP CSG XmNpopupHandlerCallback XmCCallback XtCallbackList NULL C XmNshadowThickness XmCShadowThickness Dimension dynamic CSG XmNstringDirection XmCStringDirection XmStringDirection dynamic CG XmNtopShadowColor XmCTopShadowColor Pixel dynamic CSG XmNtopShadowPixmap XmCTopShadowPixmap Pixmap dynamic CSG XmNtraversalOn XmCTraversalOn Boolean True CSG XmNunitType XmCUnitType unsigned char dynamic CSG XmNuserData XmCUserData XtPointer NULL CSG CCCCoooommmmppppoooossssiiiitttteeee RRRReeeessssoooouuuurrrrcccceeee SSSSeeeetttt NNNNaaaammmmeeee CCCCllllaaaassssssss TTTTyyyyppppeeee DDDDeeeeffffaaaauuuulllltttt AAAAcccccccceeeessssssss XmNchildren XmCReadOnly WidgetList NULL G XmNinsertPosition XmCInsertPosition XtOrderProc NULL CSG XmNnumChildren XmCReadOnly Cardinal 0 G CCCCoooorrrreeee RRRReeeessssoooouuuurrrrcccceeee SSSSeeeetttt NNNNaaaammmmeeee CCCCllllaaaassssssss TTTTyyyyppppeeee DDDDeeeeffffaaaauuuulllltttt AAAAcccccccceeeessssssss XmNaccelerators XmCAccelerators XtAccelerators dynamic N/A XmNancestorSensitive XmCSensitive Boolean dynamic G XmNbackground XmCBackground Pixel dynamic CSG XmNbackgroundPixmap XmCPixmap Pixmap XmUNSPECIFIED_PIXMAP CSG XmNborderColor XmCBorderColor Pixel XtDefaultForeground CSG XmNborderPixmap XmCPixmap Pixmap XmUNSPECIFIED_PIXMAP CSG XmNborderWidth XmCBorderWidth Dimension 0 CSG XmNcolormap XmCColormap Colormap dynamic CG XmNdepth XmCDepth int dynamic CG XmNdestroyCallback XmCCallback XtCallbackList NULL C XmNheight XmCHeight Dimension dynamic CSG XmNinitialResourcesPersistent XmCInitialResourcesPersistent Boolean True C XmNmappedWhenManaged XmCMappedWhenManaged Boolean True CSG XmNscreen XmCScreen Screen * dynamic CG XmNsensitive XmCSensitive Boolean True CSG XmNtranslations XmCTranslations XtTranslations dynamic CSG XmNwidth XmCWidth Dimension dynamic CSG XmNx XmCPosition Position 0 CSG XmNy XmCPosition Position 0 CSG CCCCaaaallllllllbbbbaaaacccckkkk IIIInnnnffffoooorrrrmmmmaaaattttiiiioooonnnn A pointer to the following structure is passed to each callback: typedef struct { int _r_e_a_s_o_n; XEvent * _e_v_e_n_t; Page 5 (printed 10/3/02) XXXXmmmmCCCCoooommmmmmmmaaaannnndddd((((3333XXXX)))) UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV XXXXmmmmCCCCoooommmmmmmmaaaannnndddd((((3333XXXX)))) XmString _v_a_l_u_e; int _l_e_n_g_t_h; } XmCommandCallbackStruct; _r_e_a_s_o_n Indicates why the callback was invoked _e_v_e_n_t Points to the _X_E_v_e_n_t that triggered the callback _v_a_l_u_e Specifies the XXXXmmmmSSSSttttrrrriiiinnnngggg in the CommandArea _l_e_n_g_t_h Specifies the size in bytes of the XXXXmmmmSSSSttttrrrriiiinnnngggg value. This member is obsolete and exists for compatibility with earlier releases. TTTTrrrraaaannnnssssllllaaaattttiiiioooonnnnssss XXXXmmmmCCCCoooommmmmmmmaaaannnndddd inherits translations from XXXXmmmmSSSSeeeelllleeeeccccttttiiiioooonnnnBBBBooooxxxx. AAAAcccccccceeeelllleeeerrrraaaattttoooorrrrssss The XXXXmmmmNNNNtttteeeexxxxttttAAAAcccccccceeeelllleeeerrrraaaattttoooorrrrssss from XXXXmmmmSSSSeeeelllleeeeccccttttiiiioooonnnnBBBBooooxxxx are added to the Text descendant of XXXXmmmmCCCCoooommmmmmmmaaaannnndddd. AAAAccccttttiiiioooonnnn RRRRoooouuuuttttiiiinnnneeeessss The XXXXmmmmCCCCoooommmmmmmmaaaannnndddd action routines are: SelectionBoxUpOrDown(_P_r_e_v_i_o_u_s|_N_e_x_t|_F_i_r_s_t|_L_a_s_t): When called with an argument of PPPPrrrreeeevvvviiiioooouuuussss, or 0 (zero) for compatibility, selects the previous item in the history list and replaces the text with that item. When called with an argument of NNNNeeeexxxxtttt, or 1 for compatibility, selects the next item in the history list and replaces the text with that item. When called with an argument of FFFFiiiirrrrsssstttt, or 2 for compatibility, selects the first item in the history list and replaces the text with that item. When called with an argument of LLLLaaaasssstttt, or 3 for compatibility, selects the last item in the history list and replaces the text with that item. Calls the callbacks for XXXXmmmmNNNNccccoooommmmmmmmaaaannnnddddCCCChhhhaaaannnnggggeeeeddddCCCCaaaallllllllbbbbaaaacccckkkk. AAAAddddddddiiiittttiiiioooonnnnaaaallll BBBBeeeehhhhaaaavvvviiiioooorrrr The Command widget has the following additional behavior: <<<<KKKKeeeeyyyy>>>><<<<oooossssffffCCCCaaaannnncccceeeellll>>>>: If the parent of the Command is a manager, the event is passed to the parent. <<<<KKKKeeeeyyyy>>>><<<<oooossssffffAAAAccccttttiiiivvvvaaaatttteeee>>>> in Text: Page 6 (printed 10/3/02) XXXXmmmmCCCCoooommmmmmmmaaaannnndddd((((3333XXXX)))) UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV XXXXmmmmCCCCoooommmmmmmmaaaannnndddd((((3333XXXX)))) Calls the Text widget's XXXXmmmmNNNNaaaaccccttttiiiivvvvaaaatttteeeeCCCCaaaallllllllbbbbaaaacccckkkk callbacks. If the text is empty, this action then returns. Otherwise, if the history list has XXXXmmmmNNNNhhhhiiiissssttttoooorrrryyyyMMMMaaaaxxxxIIIItttteeeemmmmssss items, it removes the first item in the list. It adds the text to the history list as the last item, clears the text, and calls the XXXXmmmmNNNNccccoooommmmmmmmaaaannnnddddEEEEnnnntttteeeerrrreeeeddddCCCCaaaallllllllbbbbaaaacccckkkk callbacks. <<<<KKKKeeeeyyyy>>>> in Text: When any change is made to the text edit widget, this action calls the callbacks for XXXXmmmmNNNNccccoooommmmmmmmaaaannnnddddCCCChhhhaaaannnnggggeeeeddddCCCCaaaallllllllbbbbaaaacccckkkk. <<<<BBBBttttnnnnDDDDoooowwwwnnnn>>>>((((2222++++)))) or <<<<KKKKeeeeyyyy>>>><<<<oooossssffffAAAAccccttttiiiivvvvaaaatttteeee>>>> in List: Calls the List widget's XXXXmmmmNNNNddddeeeeffffaaaauuuullllttttAAAAccccttttiiiioooonnnnCCCCaaaallllllllbbbbaaaacccckkkk callbacks. If the history list has XXXXmmmmNNNNhhhhiiiissssttttoooorrrryyyyMMMMaaaaxxxxIIIItttteeeemmmmssss items, this action removes the first item in the list. It adds the selected List item to the history list as the last item, clears the text, and calls the XXXXmmmmNNNNccccoooommmmmmmmaaaannnnddddEEEEnnnntttteeeerrrreeeeddddCCCCaaaallllllllbbbbaaaacccckkkkcallbacks. <<<<FFFFooooccccuuuussssIIIInnnn>>>>: Calls the callbacks for XXXXmmmmNNNNffffooooccccuuuussssCCCCaaaallllllllbbbbaaaacccckkkk. <<<<MMMMaaaappppWWWWiiiinnnnddddoooowwww>>>>: When a Command that is the child of a DialogShell is mapped, this action calls the callbacks for XXXXmmmmNNNNmmmmaaaappppCCCCaaaallllllllbbbbaaaacccckkkk. <<<<UUUUnnnnmmmmaaaappppWWWWiiiinnnnddddoooowwww>>>>: When a Command that is the child of a DialogShell is unmapped, this action calls the callbacks for XXXXmmmmNNNNuuuunnnnmmmmaaaappppCCCCaaaallllllllbbbbaaaacccckkkk. VVVViiiirrrrttttuuuuaaaallll BBBBiiiinnnnddddiiiinnnnggggssss The bindings for virtual keys are vendor specific. For information about bindings for virtual buttons and keys, see VVVViiiirrrrttttuuuuaaaallllBBBBiiiinnnnddddiiiinnnnggggssss(3). RRRREEEELLLLAAAATTTTEEEEDDDD CCCCoooommmmppppoooossssiiiitttteeee(3), CCCCoooonnnnssssttttrrrraaaaiiiinnnntttt(3), CCCCoooorrrreeee(3), XXXXmmmmBBBBuuuulllllllleeeettttiiiinnnnBBBBooooaaaarrrrdddd(3), XXXXmmmmCCCCoooommmmmmmmaaaannnnddddAAAAppppppppeeeennnnddddVVVVaaaalllluuuueeee(3), XXXXmmmmCCCCoooommmmmmmmaaaannnnddddEEEErrrrrrrroooorrrr(3), XXXXmmmmCCCCoooommmmmmmmaaaannnnddddGGGGeeeettttCCCChhhhiiiilllldddd(3), XXXXmmmmCCCCoooommmmmmmmaaaannnnddddSSSSeeeettttVVVVaaaalllluuuueeee(3), XXXXmmmmCCCCrrrreeeeaaaatttteeeeCCCCoooommmmmmmmaaaannnndddd(3), XXXXmmmmMMMMaaaannnnaaaaggggeeeerrrr(3), and XXXXmmmmSSSSeeeelllleeeeccccttttiiiioooonnnnBBBBooooxxxx(3). Page 7 (printed 10/3/02)